Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / DropDownControlStyles<T> Class / MarkEmptyColor Property

In This Topic
    MarkEmptyColor Property (DropDownControlStyles<T>)
    In This Topic
    Gets or sets the System.Drawing.Color used to paint the empty mark.
    Syntax
    'Declaration
     
    
    Public Property MarkEmptyColor As Color
    public Color MarkEmptyColor {get; set;}
    See Also